To export the model to a C format (header_file) in double precision,run:

.. code-block:: shell

	neurecoDNN exportC path/to/saved/model.ednn path/where/to/save/model.h double

To export the model to the ONNX format in float16 precision, run:

.. code-block:: shell

	neurecoDNN exportONNX path/to/saved/model.ednn path/where/to/save/model.onnx float16

To export the model to the VBA format in float precision, run:

.. code-block:: shell

	neurecoDNN exportVBA path/to/saved/model.ednn path/where/to/save/model.onnx float

To export the model to the FMU format, run:

.. code-block:: shell

	neurecoDNN exportFMU path/to/saved/model.ednn path/where/to/save/model.fmu


